home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / WHO < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.3 KB  |  27 lines

  1. Usage: WHO [-switch [<arg>]] [<wildcard expression>]
  2.   Gives a listing of the users on irc.  If no flags are
  3.   specified, the wildcard expression you supply will 
  4.   match any field returned by WHO.  However, if the wildcard
  5.   expression is "*" (an asterisk), the users on the current
  6.   channel are shown.  Note that WHO * will fail if you 
  7.   are not on a channel.  If the expression is 0, all users on 
  8.   irc are shown.  The following switches are also recognized 
  9.   and used to limit the listing:
  10.     -OPERATORS            - lists only operators
  11.     -LUSERS          - lists only non operators
  12.     -CHOPS          - lists only channel operators
  13.     -NAME <username>      - lists only people with matching 
  14.                             user-ids
  15.     -FILE <filename>      - lists only people listed in the
  16.                 file
  17.     -HOST          - Lists users from the specified host.
  18.     -SERVER          - Lists users from the specified server.
  19.     -HERE          - Lists only those marked as here.
  20.     -AWAY          - Lists only those marked away.
  21.     -NICK           - Match only the given nickname
  22.  
  23.   The switches may be abbreviated unambiguously.  All matching of
  24.   usernames, hostnames, and servernames may contain wildcards (*).
  25.   Wildcards in the form "*.edu" are also correctly recognized
  26.   by the IRC server (so there's no need for ircII to do that).
  27.